projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ac06c2
)
(texinfo-insert-master-menu-list): Insert \n after @detailmenu.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 8 Jun 1998 06:12:50 +0000
(06:12 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 8 Jun 1998 06:12:50 +0000
(06:12 +0000)
lisp/textmodes/texnfo-upd.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/texnfo-upd.el
b/lisp/textmodes/texnfo-upd.el
index 1f8b05908074e714e5e558b128fee8c00e5d05fa..02583f74bc2360e2f2f06b9cf9802d0a311b056c 100644
(file)
--- a/
lisp/textmodes/texnfo-upd.el
+++ b/
lisp/textmodes/texnfo-upd.el
@@
-909,7
+909,8
@@
However, there does not need to be a title field."
;; Only insert detailed master menu if there is one....
(if (car (car master-menu-list))
(progn (setq master-menu-inserted-p t)
- (insert (concat "\n@detailmenu" texinfo-master-menu-header))))
+ (insert (concat "\n@detailmenu\n"
+ texinfo-master-menu-header))))
;; @detailmenu added 5 Sept 1996 to `texinfo-master-menu-header'
;; at Karl Berry's request to avert a bug in `makeinfo';